home *** CD-ROM | disk | FTP | other *** search
/ Larry Magid's Essential Internet / Larry Magid's Essential Internet (Quarterdeck Corporation)(1995).ISO / qsockpro.qip / PORTAL.IAP < prev    next >
INI File  |  1995-10-09  |  1KB  |  62 lines

  1. [Company]
  2. ;label of the Tab control
  3. TabLabel=Portal
  4.  
  5. ;DIB file displaying logo (size: 405 X 200)
  6. LogoFile=portal.dib
  7.  
  8. ;3 line company description
  9. Label1=The Portal Information Network
  10. Label2=A local phone call for 95% of the U.S.
  11. Label3=Take advantage of our special Instant Internet offer today!
  12.  
  13. ;Credit card support
  14. Visa=yes
  15. MasterCard=yes
  16. AmericanExpress=no
  17. Discover=no
  18.  
  19. ;Title string for the More Info text
  20. InfoTitle=More about The Portal Information Network
  21. ;File containing company information
  22. InfoFile=portal.txt
  23.  
  24. ;Specify the # of available phone numbers
  25. TotalPhone=1
  26. ;Specify the # of additional information fields needed
  27. TotalField=3
  28.  
  29. ;Login script
  30. ; Script=elp: pinaac,nm00$r
  31. Script=elp: pinaac,qd00$r
  32.  
  33. [PhoneList]
  34. Phone1=+1 (800) 988-8186
  35.  
  36. ; Additional information for form 2
  37. [Field 1]
  38. UserLabel=Name as it appears on credit card:
  39. InfoLabel=CCName
  40. Require=yes
  41. Length=45
  42. Type=Ascii
  43. ErrMsg=You must enter your name as it appears on your credit card.
  44.  
  45. [Field 2]
  46. UserLabel=Hostname (1st choice):
  47. InfoLabel=1stHost
  48. Require=yes
  49. Length=6
  50. MinLen=3
  51. Type=AlphaNum
  52. ErrMsg=You must give your first choice for your hostname.
  53.  
  54. [Field 3]
  55. UserLabel=Hostname (2nd choice):
  56. InfoLabel=2ndHost
  57. Require=yes
  58. Length=6
  59. MinLen=3
  60. Type=AlphaNum
  61. ErrMsg=You must give your second choice for your hostname.
  62.